{% extends "data_edit.html" %} {% load i18n %} {% block form %} {% autoescape off %}
| {{ form.country|field_as_label_tag }} | {{form.country.as_widget }} | {{form.country.errors }} |
|---|---|---|
| {{ form.state|field_as_label_tag }} | {{form.state.as_widget }} | {{form.state.errors }} |
| {{form.city_name.errors }} | ||
| {{form.city_code.errors }} |